#!/bin/sh
RUNNER=`which $0`
KBASE=`dirname $RUNNER`
LANG=$1
$KBASE/makeK $LANG-syntax
$KBASE/makeK $LANG-configuration
$KBASE/makeK $LANG-semantics

